﻿2026-07-29T11:51:27.4995235Z ##[group]Run set -euo pipefail
2026-07-29T11:51:27.4995530Z [36;1mset -euo pipefail[0m
2026-07-29T11:51:27.4995755Z [36;1mPIN=0c95435[0m
2026-07-29T11:51:27.4995966Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-29T11:51:27.4996218Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-29T11:51:27.4996532Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-29T11:51:27.4996936Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-29T11:51:27.4997354Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-29T11:51:27.4997683Z [36;1m  rm -rf "$CACHE"[0m
2026-07-29T11:51:27.4997922Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-29T11:51:27.4998184Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-29T11:51:27.4998518Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-29T11:51:27.4998847Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-29T11:51:27.4999162Z [36;1mfi[0m
2026-07-29T11:51:27.4999434Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T11:51:27.5012532Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-29T11:51:27.5012829Z env:
2026-07-29T11:51:27.5013009Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-29T11:51:27.5013366Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-0feCZn
2026-07-29T11:51:27.5013920Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-0feCZn
2026-07-29T11:51:27.5014592Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-0feCZn
2026-07-29T11:51:27.5015269Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-0feCZn
2026-07-29T11:51:27.5015588Z ##[endgroup]
2026-07-29T11:51:27.7845002Z    Compiling proc-macro2 v1.0.106
2026-07-29T11:51:27.7845436Z    Compiling unicode-ident v1.0.24
2026-07-29T11:51:27.7845730Z    Compiling quote v1.0.45
2026-07-29T11:51:27.7846049Z    Compiling libc v0.2.186
2026-07-29T11:51:27.7846473Z    Compiling serde_core v1.0.228
2026-07-29T11:51:27.7846979Z    Compiling cfg-if v1.0.4
2026-07-29T11:51:27.7870829Z    Compiling serde v1.0.228
2026-07-29T11:51:27.7899632Z    Compiling log v0.4.32
2026-07-29T11:51:27.7946190Z    Compiling pin-project-lite v0.2.17
2026-07-29T11:51:27.7960008Z    Compiling portable-atomic v1.13.1
2026-07-29T11:51:27.7960619Z    Compiling typenum v1.20.1
2026-07-29T11:51:27.7961135Z    Compiling memchr v2.8.1
2026-07-29T11:51:27.8004865Z    Compiling version_check v0.9.5
2026-07-29T11:51:27.8053962Z    Compiling critical-section v1.2.0
2026-07-29T11:51:27.8176768Z    Compiling find-msvc-tools v0.1.9
2026-07-29T11:51:27.8452241Z    Compiling shlex v2.0.1
2026-07-29T11:51:27.8811691Z    Compiling futures-core v0.3.32
2026-07-29T11:51:27.9185550Z    Compiling subtle v2.6.1
2026-07-29T11:51:27.9460734Z    Compiling bytes v1.11.1
2026-07-29T11:51:28.0277641Z    Compiling smallvec v1.15.1
2026-07-29T11:51:28.0835142Z    Compiling equivalent v1.0.2
2026-07-29T11:51:28.0926666Z    Compiling itoa v1.0.18
2026-07-29T11:51:28.1081789Z    Compiling semver v1.0.28
2026-07-29T11:51:28.1431324Z    Compiling stable_deref_trait v1.2.1
2026-07-29T11:51:28.1711427Z    Compiling futures-sink v0.3.32
2026-07-29T11:51:28.1790543Z    Compiling slab v0.4.12
2026-07-29T11:51:28.1931564Z    Compiling futures-io v0.3.32
2026-07-29T11:51:28.2222067Z    Compiling futures-task v0.3.32
2026-07-29T11:51:28.2650778Z    Compiling futures-channel v0.3.32
2026-07-29T11:51:28.2986938Z    Compiling rand_core v0.10.1
2026-07-29T11:51:28.3295932Z    Compiling bitflags v2.12.1
2026-07-29T11:51:28.3740748Z    Compiling generic-array v0.14.7
2026-07-29T11:51:28.4029156Z    Compiling rustversion v1.0.22
2026-07-29T11:51:28.4029943Z    Compiling hashbrown v0.17.1
2026-07-29T11:51:28.4100754Z    Compiling cpufeatures v0.2.17
2026-07-29T11:51:28.4231430Z    Compiling rustc_version v0.4.1
2026-07-29T11:51:28.4740586Z    Compiling getrandom v0.4.2
2026-07-29T11:51:28.4853513Z    Compiling fnv v1.0.7
2026-07-29T11:51:28.5141924Z    Compiling cfg_aliases v0.2.1
2026-07-29T11:51:28.5690865Z    Compiling strsim v0.11.1
2026-07-29T11:51:28.5790555Z    Compiling litemap v0.8.2
2026-07-29T11:51:28.5988688Z    Compiling writeable v0.6.3
2026-07-29T11:51:28.6332651Z    Compiling utf8_iter v1.0.4
2026-07-29T11:51:28.6500784Z    Compiling icu_properties_data v2.2.0
2026-07-29T11:51:28.7543998Z    Compiling fs_extra v1.3.0
2026-07-29T11:51:28.7870633Z    Compiling ident_case v1.0.1
2026-07-29T11:51:28.7960267Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T11:51:28.8033781Z    Compiling dunce v1.0.5
2026-07-29T11:51:28.8810407Z    Compiling autocfg v1.5.1
2026-07-29T11:51:28.8875827Z    Compiling percent-encoding v2.3.2
2026-07-29T11:51:28.9060874Z    Compiling http v1.4.1
2026-07-29T11:51:28.9144078Z    Compiling aws-lc-rs v1.17.0
2026-07-29T11:51:29.1236664Z    Compiling unicode-segmentation v1.13.3
2026-07-29T11:51:29.1301012Z    Compiling cpufeatures v0.3.0
2026-07-29T11:51:29.1532168Z    Compiling thiserror v2.0.18
2026-07-29T11:51:29.1723151Z    Compiling scopeguard v1.2.0
2026-07-29T11:51:29.1873153Z    Compiling chacha20 v0.10.0
2026-07-29T11:51:29.1931184Z    Compiling form_urlencoded v1.2.2
2026-07-29T11:51:29.2090563Z    Compiling untrusted v0.9.0
2026-07-29T11:51:29.2765734Z    Compiling lock_api v0.4.14
2026-07-29T11:51:29.3099440Z    Compiling syn v2.0.117
2026-07-29T11:51:29.3220215Z    Compiling indexmap v2.14.0
2026-07-29T11:51:29.3566322Z    Compiling rustls v0.23.40
2026-07-29T11:51:29.3735734Z    Compiling heck v0.5.0
2026-07-29T11:51:29.3932831Z    Compiling unicode-xid v0.2.6
2026-07-29T11:51:29.4007486Z    Compiling const-oid v0.10.2
2026-07-29T11:51:29.4933534Z    Compiling anyhow v1.0.102
2026-07-29T11:51:29.5164440Z    Compiling atomic-waker v1.1.2
2026-07-29T11:51:29.5350836Z    Compiling parking_lot_core v0.9.12
2026-07-29T11:51:29.5818325Z    Compiling zerocopy v0.8.50
2026-07-29T11:51:29.5830338Z    Compiling httparse v1.10.1
2026-07-29T11:51:29.6042470Z    Compiling paste v1.0.15
2026-07-29T11:51:29.6216667Z    Compiling num-traits v0.2.19
2026-07-29T11:51:29.7120539Z    Compiling convert_case v0.10.0
2026-07-29T11:51:29.7290483Z    Compiling hybrid-array v0.4.12
2026-07-29T11:51:29.7970581Z    Compiling jobserver v0.1.34
2026-07-29T11:51:29.8071289Z    Compiling crypto-common v0.1.7
2026-07-29T11:51:29.8072285Z    Compiling block-buffer v0.10.4
2026-07-29T11:51:29.8479677Z    Compiling curve25519-dalek v4.1.3
2026-07-29T11:51:29.8703742Z    Compiling ahash v0.8.12
2026-07-29T11:51:29.9222572Z    Compiling digest v0.10.7
2026-07-29T11:51:29.9438533Z    Compiling http-body v1.0.1
2026-07-29T11:51:29.9559398Z    Compiling fastrand v2.4.1
2026-07-29T11:51:29.9626724Z    Compiling either v1.16.0
2026-07-29T11:51:30.0876325Z    Compiling base64ct v1.8.3
2026-07-29T11:51:30.0878034Z    Compiling powerfmt v0.2.0
2026-07-29T11:51:30.1035676Z    Compiling cc v1.2.63
2026-07-29T11:51:30.2630964Z    Compiling tinyvec_macros v0.1.1
2026-07-29T11:51:30.2780847Z    Compiling zmij v1.0.21
2026-07-29T11:51:30.3204797Z    Compiling deranged v0.5.8
2026-07-29T11:51:30.3680861Z    Compiling num-conv v0.2.2
2026-07-29T11:51:30.3751802Z    Compiling vcpkg v0.2.15
2026-07-29T11:51:30.3790834Z    Compiling tower-service v0.3.3
2026-07-29T11:51:30.4173524Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T11:51:30.4520972Z    Compiling mio v1.2.1
2026-07-29T11:51:30.4710636Z    Compiling socket2 v0.6.4
2026-07-29T11:51:30.4920514Z    Compiling getrandom v0.2.17
2026-07-29T11:51:30.5703608Z    Compiling base64 v0.22.1
2026-07-29T11:51:30.6020482Z    Compiling time-core v0.1.8
2026-07-29T11:51:30.6570448Z    Compiling rand_core v0.6.4
2026-07-29T11:51:30.6970546Z    Compiling pkg-config v0.3.33
2026-07-29T11:51:30.8250836Z    Compiling rand v0.10.1
2026-07-29T11:51:30.8540437Z    Compiling uuid v1.23.2
2026-07-29T11:51:30.8646491Z    Compiling try-lock v0.2.5
2026-07-29T11:51:30.8770419Z    Compiling data-encoding v2.11.0
2026-07-29T11:51:30.8984550Z    Compiling parking_lot v0.12.5
2026-07-29T11:51:30.9301732Z    Compiling want v0.3.1
2026-07-29T11:51:31.0884871Z    Compiling crypto-common v0.2.2
2026-07-29T11:51:31.1400583Z    Compiling block-buffer v0.12.0
2026-07-29T11:51:31.2343538Z    Compiling tinyvec v1.11.0
2026-07-29T11:51:31.3080572Z    Compiling sha2 v0.10.9
2026-07-29T11:51:31.4000903Z    Compiling cmake v0.1.58
2026-07-29T11:51:31.4100429Z    Compiling inout v0.1.4
2026-07-29T11:51:31.5028588Z    Compiling vergen-lib v9.1.0
2026-07-29T11:51:31.5137935Z    Compiling n0-future v0.3.2
2026-07-29T11:51:31.5491424Z    Compiling signature v2.2.0
2026-07-29T11:51:31.6140059Z    Compiling serde_json v1.0.150
2026-07-29T11:51:31.6838891Z    Compiling winnow v1.0.3
2026-07-29T11:51:31.6890753Z    Compiling parking v2.2.1
2026-07-29T11:51:31.7491731Z    Compiling cordyceps v0.3.4
2026-07-29T11:51:31.7656082Z    Compiling spin v0.10.0
2026-07-29T11:51:31.7900423Z    Compiling httpdate v1.0.3
2026-07-29T11:51:31.8263493Z    Compiling diatomic-waker v0.2.3
2026-07-29T11:51:31.8821507Z    Compiling crossbeam-utils v0.8.21
2026-07-29T11:51:31.8931648Z    Compiling futures-lite v2.6.1
2026-07-29T11:51:31.9459401Z    Compiling ed25519 v2.2.3
2026-07-29T11:51:31.9528590Z    Compiling cipher v0.4.4
2026-07-29T11:51:31.9826110Z    Compiling netlink-packet-core v0.8.1
2026-07-29T11:51:31.9983940Z    Compiling universal-hash v0.5.1
2026-07-29T11:51:32.0677537Z    Compiling vergen-lib v0.1.6
2026-07-29T11:51:32.1251570Z    Compiling futures-buffered v0.2.13
2026-07-29T11:51:32.1349058Z    Compiling digest v0.11.3
2026-07-29T11:51:32.1350085Z    Compiling vergen v9.1.0
2026-07-29T11:51:32.1557618Z    Compiling heapless v0.7.17
2026-07-29T11:51:32.1850825Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T11:51:32.1971758Z    Compiling noq-udp v0.10.0
2026-07-29T11:51:32.2438732Z    Compiling sync_wrapper v1.0.2
2026-07-29T11:51:32.2754771Z    Compiling allocator-api2 v0.2.21
2026-07-29T11:51:32.3320872Z    Compiling byteorder v1.5.0
2026-07-29T11:51:32.3761684Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T11:51:32.3960673Z    Compiling opaque-debug v0.3.1
2026-07-29T11:51:32.4407492Z    Compiling aws-lc-sys v0.41.0
2026-07-29T11:51:32.4553340Z    Compiling ring v0.17.14
2026-07-29T11:51:32.4648744Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T11:51:32.4931498Z    Compiling polyval v0.6.2
2026-07-29T11:51:32.5701022Z    Compiling hash32 v0.2.1
2026-07-29T11:51:32.6702914Z    Compiling vergen-gitcl v1.0.8
2026-07-29T11:51:32.7102242Z    Compiling spin v0.9.8
2026-07-29T11:51:32.7928160Z    Compiling fallible-iterator v0.3.0
2026-07-29T11:51:32.8281428Z    Compiling signature v3.0.0
2026-07-29T11:51:32.8360643Z    Compiling ryu v1.0.23
2026-07-29T11:51:32.8480482Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T11:51:32.9531390Z    Compiling tower-layer v0.3.3
2026-07-29T11:51:32.9995016Z    Compiling num_threads v0.1.7
2026-07-29T11:51:33.0111215Z    Compiling ghash v0.5.1
2026-07-29T11:51:33.0360523Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T11:51:33.1000946Z    Compiling aes v0.8.4
2026-07-29T11:51:33.1211341Z    Compiling time v0.3.47
2026-07-29T11:51:33.1586931Z    Compiling ctr v0.9.2
2026-07-29T11:51:33.1758290Z    Compiling fs2 v0.4.3
2026-07-29T11:51:33.3310766Z    Compiling http-body-util v0.1.3
2026-07-29T11:51:33.3538658Z    Compiling aead v0.5.2
2026-07-29T11:51:33.3646662Z    Compiling arrayvec v0.7.6
2026-07-29T11:51:33.3776772Z    Compiling utf8parse v0.2.2
2026-07-29T11:51:33.4701026Z    Compiling openssl-probe v0.2.1
2026-07-29T11:51:33.5059140Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T11:51:33.5080423Z    Compiling crossbeam-channel v0.5.15
2026-07-29T11:51:33.6501106Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T11:51:33.7041177Z    Compiling blake3 v1.8.5
2026-07-29T11:51:33.7230669Z    Compiling netlink-packet-route v0.29.0
2026-07-29T11:51:33.7453851Z    Compiling memoffset v0.6.5
2026-07-29T11:51:33.7662539Z    Compiling acto v0.8.2
2026-07-29T11:51:33.9752915Z    Compiling aes-gcm v0.10.3
2026-07-29T11:51:34.0477682Z    Compiling noq v0.18.0
2026-07-29T11:51:34.0573113Z    Compiling netwatch v0.16.0
2026-07-29T11:51:34.1000732Z    Compiling thiserror v1.0.69
2026-07-29T11:51:34.1154502Z    Compiling ref-cast v1.0.25
2026-07-29T11:51:34.2062444Z    Compiling mac-addr v0.3.0
2026-07-29T11:51:34.3181206Z    Compiling foldhash v0.2.0
2026-07-29T11:51:34.3247620Z    Compiling xml-rs v0.8.28
2026-07-29T11:51:34.4103610Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T11:51:34.4218851Z    Compiling rustix v1.1.4
2026-07-29T11:51:34.4300956Z    Compiling identity-hash v0.1.0
2026-07-29T11:51:34.4404626Z    Compiling tagptr v0.2.0
2026-07-29T11:51:34.4969191Z    Compiling rustc-hash v2.1.2
2026-07-29T11:51:34.5460649Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T11:51:34.5954050Z    Compiling lru-slab v0.1.2
2026-07-29T11:51:34.6079365Z    Compiling hashbrown v0.16.1
2026-07-29T11:51:34.7925152Z    Compiling synstructure v0.13.2
2026-07-29T11:51:34.8012207Z    Compiling darling_core v0.20.11
2026-07-29T11:51:34.8260098Z    Compiling serde_derive_internals v0.29.1
2026-07-29T11:51:34.9740246Z    Compiling netlink-packet-route v0.30.0
2026-07-29T11:51:35.3597067Z    Compiling proc-macro-crate v3.5.0
2026-07-29T11:51:35.5540483Z    Compiling xmltree v0.10.3
2026-07-29T11:51:35.5756930Z    Compiling errno v0.3.14
2026-07-29T11:51:35.5906959Z    Compiling termios v0.2.2
2026-07-29T11:51:35.7371040Z    Compiling serial-core v0.4.0
2026-07-29T11:51:35.7460802Z    Compiling ioctl-rs v0.1.6
2026-07-29T11:51:35.8230539Z    Compiling simple-dns v0.9.3
2026-07-29T11:51:35.8483147Z    Compiling aho-corasick v1.1.4
2026-07-29T11:51:35.8720674Z    Compiling toml_write v0.1.2
2026-07-29T11:51:35.8892127Z    Compiling constant_time_eq v0.4.2
2026-07-29T11:51:35.9090705Z    Compiling regex-syntax v0.8.10
2026-07-29T11:51:35.9856603Z    Compiling simdutf8 v0.1.5
2026-07-29T11:51:36.0132010Z    Compiling linux-raw-sys v0.12.1
2026-07-29T11:51:36.0658848Z    Compiling smol_str v0.1.24
2026-07-29T11:51:36.1011834Z    Compiling sha1_smol v1.0.1
2026-07-29T11:51:36.1014292Z    Compiling resolv-conf v0.7.6
2026-07-29T11:51:36.1232033Z    Compiling signal-hook v0.3.18
2026-07-29T11:51:36.2800632Z    Compiling winnow v0.7.15
2026-07-29T11:51:36.2920236Z    Compiling arrayref v0.3.9
2026-07-29T11:51:36.3621126Z    Compiling serial-unix v0.4.0
2026-07-29T11:51:36.3703322Z    Compiling signal-hook-registry v1.4.8
2026-07-29T11:51:36.5700515Z    Compiling lru v0.16.4
2026-07-29T11:51:36.6847330Z    Compiling darling_core v0.23.0
2026-07-29T11:51:36.7376789Z    Compiling serde_bytes v0.11.19
2026-07-29T11:51:36.7622515Z    Compiling seize v0.5.1
2026-07-29T11:51:36.9148630Z    Compiling serde_derive v1.0.228
2026-07-29T11:51:37.0211636Z    Compiling zeroize_derive v1.4.3
2026-07-29T11:51:37.1231734Z    Compiling tokio-macros v2.7.0
2026-07-29T11:51:37.2810184Z    Compiling futures-macro v0.3.32
2026-07-29T11:51:37.7020660Z    Compiling zeroize v1.8.2
2026-07-29T11:51:37.9041744Z    Compiling zerofrom-derive v0.1.7
2026-07-29T11:51:37.9480383Z    Compiling tokio v1.52.3
2026-07-29T11:51:38.2574648Z    Compiling futures-util v0.3.32
2026-07-29T11:51:38.3350632Z    Compiling yoke-derive v0.8.2
2026-07-29T11:51:38.3420639Z    Compiling zerovec-derive v0.11.3
2026-07-29T11:51:38.5250868Z    Compiling displaydoc v0.2.6
2026-07-29T11:51:38.8560698Z    Compiling tracing-attributes v0.1.31
2026-07-29T11:51:39.3648595Z    Compiling rustls-pki-types v1.14.1
2026-07-29T11:51:39.6060500Z    Compiling zerofrom v0.1.8
2026-07-29T11:51:39.7370931Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T11:51:39.7519172Z    Compiling yoke v0.8.3
2026-07-29T11:51:39.7666628Z    Compiling thiserror-impl v2.0.18
2026-07-29T11:51:40.0331600Z    Compiling zerovec v0.11.6
2026-07-29T11:51:40.1004782Z    Compiling zerotrie v0.2.4
2026-07-29T11:51:40.1093091Z    Compiling darling_macro v0.20.11
2026-07-29T11:51:40.4950123Z    Compiling darling v0.20.11
2026-07-29T11:51:40.5222207Z    Compiling derive_more-impl v2.1.1
2026-07-29T11:51:40.5227678Z    Compiling spez v0.1.2
2026-07-29T11:51:40.5381718Z    Compiling n0-error-macros v0.1.3
2026-07-29T11:51:40.5740968Z    Compiling derive_builder_core v0.20.2
2026-07-29T11:51:40.6679546Z    Compiling der v0.8.0-rc.10
2026-07-29T11:51:40.8800634Z    Compiling tinystr v0.8.3
2026-07-29T11:51:40.9227046Z    Compiling potential_utf v0.1.5
2026-07-29T11:51:41.0860736Z    Compiling icu_locale_core v2.2.0
2026-07-29T11:51:41.1070647Z    Compiling icu_collections v2.2.0
2026-07-29T11:51:41.6070450Z    Compiling pin-project-internal v1.1.13
2026-07-29T11:51:41.7189890Z    Compiling n0-error v0.1.3
2026-07-29T11:51:41.9100394Z    Compiling derive_builder_macro v0.20.2
2026-07-29T11:51:41.9300771Z    Compiling cobs v0.3.0
2026-07-29T11:51:42.1381319Z    Compiling ed25519-dalek v2.2.0
2026-07-29T11:51:42.1618729Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T11:51:42.2893322Z    Compiling ipnet v2.12.0
2026-07-29T11:51:42.4853028Z    Compiling icu_provider v2.2.0
2026-07-29T11:51:42.5010718Z    Compiling derive_builder v0.20.2
2026-07-29T11:51:42.6230140Z    Compiling spki v0.8.0-rc.4
2026-07-29T11:51:42.6451049Z    Compiling futures-executor v0.3.32
2026-07-29T11:51:42.8577018Z    Compiling icu_properties v2.2.0
2026-07-29T11:51:42.8672139Z    Compiling icu_normalizer v2.2.0
2026-07-29T11:51:42.9460504Z    Compiling once_cell v1.21.4
2026-07-29T11:51:43.0114177Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T11:51:43.0569962Z    Compiling prefix-trie v0.8.4
2026-07-29T11:51:43.0647579Z    Compiling pin-project v1.1.13
2026-07-29T11:51:43.1064055Z    Compiling futures v0.3.32
2026-07-29T11:51:43.1415162Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-29T11:51:43.1550724Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T11:51:43.1705930Z    Compiling tracing-core v0.1.36
2026-07-29T11:51:43.4218266Z    Compiling hashbrown v0.14.5
2026-07-29T11:51:43.5570679Z    Compiling postcard-derive v0.2.2
2026-07-29T11:51:43.7686422Z    Compiling tracing v0.1.44
2026-07-29T11:51:43.9480903Z    Compiling data-encoding-macro v0.1.20
2026-07-29T11:51:44.0047599Z    Compiling rustls-native-certs v0.8.4
2026-07-29T11:51:44.0720965Z    Compiling tokio-util v0.7.18
2026-07-29T11:51:44.1298730Z    Compiling netlink-sys v0.8.8
2026-07-29T11:51:44.1480965Z    Compiling postcard v1.1.3
2026-07-29T11:51:44.3324112Z    Compiling hashlink v0.9.1
2026-07-29T11:51:44.3414990Z    Compiling tower v0.5.3
2026-07-29T11:51:44.4070659Z    Compiling idna_adapter v1.2.2
2026-07-29T11:51:44.4501950Z    Compiling num_enum_derive v0.7.6
2026-07-29T11:51:44.4756485Z    Compiling async-trait v0.1.89
2026-07-29T11:51:44.5223943Z    Compiling idna v1.1.0
2026-07-29T11:51:44.6755882Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T11:51:44.7018722Z    Compiling strum_macros v0.28.0
2026-07-29T11:51:44.7411811Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T11:51:44.7880507Z    Compiling rusqlite v0.32.1
2026-07-29T11:51:44.8460833Z    Compiling enum-assoc v1.3.0
2026-07-29T11:51:44.9000873Z    Compiling iroh-relay v0.98.0
2026-07-29T11:51:45.0340583Z    Compiling url v2.5.8
2026-07-29T11:51:45.0830764Z    Compiling derive_more v2.1.1
2026-07-29T11:51:45.0900326Z    Compiling netdev v0.42.0
2026-07-29T11:51:45.2530697Z    Compiling h2 v0.4.14
2026-07-29T11:51:45.2810663Z    Compiling iroh-metrics v0.38.3
2026-07-29T11:51:45.2890891Z    Compiling tokio-stream v0.1.18
2026-07-29T11:51:45.4007127Z    Compiling n0-watcher v0.6.1
2026-07-29T11:51:45.6260971Z    Compiling netlink-proto v0.12.0
2026-07-29T11:51:45.6460746Z    Compiling moka v0.12.15
2026-07-29T11:51:45.7186721Z    Compiling toml_datetime v0.6.11
2026-07-29T11:51:45.7264886Z    Compiling num_enum v0.7.6
2026-07-29T11:51:45.7537427Z    Compiling serde_spanned v0.6.9
2026-07-29T11:51:45.7658631Z    Compiling ref-cast-impl v1.0.25
2026-07-29T11:51:45.8389712Z    Compiling thiserror-impl v1.0.69
2026-07-29T11:51:45.9021973Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T11:51:45.9624468Z    Compiling tower-http v0.6.11
2026-07-29T11:51:45.9891254Z    Compiling attohttpc v0.30.1
2026-07-29T11:51:46.0281591Z    Compiling iroh-base v0.98.0
2026-07-29T11:51:46.3271026Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-29T11:51:46.5585038Z    Compiling toml_edit v0.22.27
2026-07-29T11:51:46.6270612Z    Compiling webpki-roots v1.0.7
2026-07-29T11:51:46.7530364Z    Compiling regex-automata v0.4.14
2026-07-29T11:51:46.8630701Z    Compiling schemars_derive v1.2.1
2026-07-29T11:51:46.8785785Z    Compiling hmac v0.12.1
2026-07-29T11:51:46.9265798Z    Compiling iroh v0.98.2
2026-07-29T11:51:47.0060735Z    Compiling cmov v0.5.4
2026-07-29T11:51:47.0290619Z    Compiling rustix v0.38.44
2026-07-29T11:51:47.2380919Z    Compiling pin-utils v0.1.0
2026-07-29T11:51:47.2759202Z    Compiling bitflags v1.3.2
2026-07-29T11:51:47.3146423Z    Compiling dyn-clone v1.0.20
2026-07-29T11:51:47.3628546Z    Compiling nix v0.25.1
2026-07-29T11:51:47.4530606Z    Compiling ctutils v0.4.2
2026-07-29T11:51:47.4810519Z    Compiling hkdf v0.12.4
2026-07-29T11:51:47.4920371Z    Compiling backon v1.6.0
2026-07-29T11:51:47.5268168Z    Compiling filedescriptor v0.8.3
2026-07-29T11:51:47.6120303Z    Compiling darling_macro v0.23.0
2026-07-29T11:51:47.6994106Z    Compiling strum v0.28.0
2026-07-29T11:51:47.7666266Z    Compiling papaya v0.2.4
2026-07-29T11:51:47.7888334Z    Compiling iroh-dns v0.98.0
2026-07-29T11:51:47.8167683Z    Compiling serial v0.4.0
2026-07-29T11:51:47.8621125Z    Compiling anstyle-parse v1.0.0
2026-07-29T11:51:47.9210874Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T11:51:47.9730362Z    Compiling unicode-width v0.2.0
2026-07-29T11:51:48.0471002Z    Compiling shell-words v1.1.1
2026-07-29T11:51:48.1932585Z    Compiling downcast-rs v1.2.1
2026-07-29T11:51:48.2316030Z    Compiling instability v0.3.12
2026-07-29T11:51:48.2392936Z    Compiling foldhash v0.1.5
2026-07-29T11:51:48.2599692Z    Compiling linux-raw-sys v0.4.15
2026-07-29T11:51:48.2764962Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T11:51:48.2840719Z    Compiling anstyle v1.0.14
2026-07-29T11:51:48.3303194Z    Compiling colorchoice v1.0.5
2026-07-29T11:51:48.3560087Z    Compiling anstyle-query v1.1.5
2026-07-29T11:51:48.4155388Z    Compiling hashbrown v0.15.5
2026-07-29T11:51:48.4245281Z    Compiling vte v0.13.1
2026-07-29T11:51:48.4246360Z    Compiling signal-hook-mio v0.2.5
2026-07-29T11:51:48.4387734Z    Compiling darling v0.23.0
2026-07-29T11:51:48.4538710Z    Compiling spake2 v0.4.0
2026-07-29T11:51:48.5245938Z    Compiling anstream v1.0.0
2026-07-29T11:51:48.5431164Z    Compiling terminal_size v0.4.4
2026-07-29T11:51:48.5493762Z    Compiling strum_macros v0.26.4
2026-07-29T11:51:48.7488110Z    Compiling itertools v0.13.0
2026-07-29T11:51:48.8780442Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T11:51:48.8979263Z    Compiling schemars v1.2.1
2026-07-29T11:51:48.9289714Z    Compiling sha1 v0.10.6
2026-07-29T11:51:49.2890811Z    Compiling toml v0.8.23
2026-07-29T11:51:49.3110595Z    Compiling castaway v0.2.4
2026-07-29T11:51:49.4199661Z    Compiling doctest-file v1.1.1
2026-07-29T11:51:49.5559319Z    Compiling clap_lex v1.1.0
2026-07-29T11:51:49.9321070Z    Compiling regex v1.12.3
2026-07-29T11:51:49.9764958Z    Compiling indoc v2.0.7
2026-07-29T11:51:49.9888156Z    Compiling static_assertions v1.1.0
2026-07-29T11:51:50.1040672Z    Compiling unicode-width v0.1.14
2026-07-29T11:51:50.4050665Z    Compiling compact_str v0.8.2
2026-07-29T11:51:50.4270277Z    Compiling interprocess v2.4.2
2026-07-29T11:51:50.7070696Z    Compiling unicode-truncate v1.1.0
2026-07-29T11:51:50.7971006Z    Compiling clap_builder v4.6.0
2026-07-29T11:51:50.9060166Z    Compiling crossterm v0.28.1
2026-07-29T11:51:51.0716361Z    Compiling hyper v1.10.1
2026-07-29T11:51:51.0926840Z    Compiling strum v0.26.3
2026-07-29T11:51:51.2070074Z    Compiling lru v0.12.5
2026-07-29T11:51:51.3310713Z    Compiling clap_derive v4.6.1
2026-07-29T11:51:51.3788424Z    Compiling iana-time-zone v0.1.65
2026-07-29T11:51:51.3977284Z    Compiling cassowary v0.3.0
2026-07-29T11:51:51.4470547Z    Compiling nucleo-matcher v0.3.1
2026-07-29T11:51:51.7079724Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-29T11:51:51.7260578Z    Compiling portable-pty v0.8.1
2026-07-29T11:51:51.8860521Z    Compiling chrono v0.4.45
2026-07-29T11:51:52.1855965Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-29T11:51:52.5377909Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-29T11:51:52.6420646Z    Compiling ratatui v0.29.0
2026-07-29T11:51:52.6970722Z    Compiling qrcode v0.14.1
2026-07-29T11:51:52.9769470Z    Compiling tempfile v3.27.0
2026-07-29T11:51:53.1040788Z    Compiling hyper-util v0.1.20
2026-07-29T11:51:53.8720515Z    Compiling clap v4.6.1
2026-07-29T11:51:55.0402931Z    Compiling igd-next v0.17.1
2026-07-29T11:51:55.8311746Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-29T11:51:56.1879115Z    Compiling portmapper v0.16.0
2026-07-29T11:52:01.4324023Z    Compiling rustls-webpki v0.103.13
2026-07-29T11:52:03.8472360Z    Compiling tokio-rustls v0.26.4
2026-07-29T11:52:03.8472942Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T11:52:03.8475487Z    Compiling noq-proto v0.17.0
2026-07-29T11:52:03.9879960Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T11:52:03.9880590Z    Compiling hyper-rustls v0.27.9
2026-07-29T11:52:04.1315693Z    Compiling tokio-websockets v0.13.2
2026-07-29T11:52:04.1316284Z    Compiling reqwest v0.13.4
2026-07-29T11:52:05.0602567Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T11:52:19.4992788Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-29T11:52:21.0619381Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-29T11:52:31.2974193Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-29T11:52:36.3991117Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-29T11:52:36.4218380Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9c420081533e558a)
2026-07-29T11:52:36.4232446Z 
2026-07-29T11:52:36.4232576Z running 1 test
2026-07-29T11:52:42.6154951Z test new_brain_serves_against_old_broker ... ok
2026-07-29T11:52:42.6155266Z 
2026-07-29T11:52:42.6155562Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-29T11:52:42.6155915Z 
